home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue69
/
System
/
DeskManMessages.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
2001-03-17
|
350 b
|
17 lines
unit DeskManMessages;
interface
uses Messages;
const
DM_DLLReady = wm_App;
DM_GetItemText = wm_App + 1;
DM_GetItemPosition = wm_App + 2;
DM_SetItemText = wm_App + 3;
DM_GetItemRect = wm_App + 4;
implementation
end.